projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4640786
)
(Ffset): Delete special check for t and nil.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 1993 22:50:55 +0000
(22:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 6 Jun 1993 22:50:55 +0000
(22:50 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index bedece432854fe40c0039c01f863cdc330b8e2f4..bdbead64df0f747bcb71ade41c2bd60f379b2a93 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-521,8
+521,6
@@
DEFUN ("fset", Ffset, Sfset, 2, 2, 0,
register Lisp_Object sym, newdef;
{
CHECK_SYMBOL (sym, 0);
- if (NILP (sym) || EQ (sym, Qt))
- return Fsignal (Qsetting_constant, Fcons (sym, Qnil));
if (!NILP (Vautoload_queue) && !EQ (XSYMBOL (sym)->function, Qunbound))
Vautoload_queue = Fcons (Fcons (sym, XSYMBOL (sym)->function),